ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<T> Class / C1WrapCollectionView<T> Constructor / C1WrapCollectionView<T> Constructor(IEnumerable)
The source.

In This Topic
    C1WrapCollectionView<T> Constructor(IEnumerable)
    In This Topic
    Initializes a new instance of the C1WrapCollectionView<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As System.Collections.IEnumerable _
    )
    public C1WrapCollectionView<T>( 
       System.Collections.IEnumerable source
    )

    Parameters

    source
    The source.
    See Also